ProfilePreferences

public interface ProfilePreferences

The preferences of a Profile.

Since

7.20

Functions

Link copied to clipboard
public abstract void disableAutofill()
Disables the web form autofill for the simple input values, credit cards, and user data.
Link copied to clipboard
public abstract void disableCaretBrowsing()
Disables the caret browsing.
Link copied to clipboard
public abstract void disableNetworkPrediction()
Disables network prediction.
Link copied to clipboard
public abstract void enableAutofill()
Enables the web form autofill for the simple input values, credit cards, and user data.
Link copied to clipboard
public abstract void enableCaretBrowsing()
Enables the caret browsing.
Link copied to clipboard
public abstract void enableNetworkPrediction()
Enables network prediction.
Link copied to clipboard
public abstract boolean isAutofillEnabled()
Returns true if the web form autofill for the simple input values, credit cards, or the user data is enabled.
Link copied to clipboard
public abstract boolean isCaretBrowsingEnabled()
Returns true if the caret browsing is enabled.
Link copied to clipboard
public abstract boolean isNetworkPredictionEnabled()
Returns true if network prediction (DNS prefetching, TCP and SSL pre-connection, pre-rendering of web pages, and resource prefetching) is enabled.